From: Peng Wu Date: Wed, 12 Feb 2025 16:15:10 +0000 (+0800) Subject: Fix build for gcc 15 (#934) X-Git-Tag: archive/raspbian/1.1.9+ds1-4+rpi1^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=dc9861c99935c7d65a00496cd23e99f6fc2cbd46;p=opencc.git Fix build for gcc 15 (#934) Co-authored-by: Peng Wu Bug-Debian: https://bugs.debian.org/1097512 Gbp-Pq: Topic backport Gbp-Pq: Name 0006-Fix-build-for-gcc-15-934.patch --- diff --git a/src/SerializedValues.hpp b/src/SerializedValues.hpp index c17210b..f7e5bb2 100644 --- a/src/SerializedValues.hpp +++ b/src/SerializedValues.hpp @@ -18,6 +18,8 @@ #pragma once +#include + #include "Common.hpp" #include "SerializableDict.hpp"